home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GFX Sensations 1
/
Graphic Sensations - Volume 1.iso
/
tools
/
amiga
/
3d_tools
/
t3dsrc.lha
/
writedxf_protos.h
< prev
next >
Wrap
Text File
|
1993-01-30
|
297b
|
17 lines
/* Prototypes for functions defined in
writedxf.c
*/
static void send_XYZ(int i,
XYZ_st * f);
static void send_RGB(RGB_st * rgb);
int write_DXF(WORLD * world,
FILE * file);
static void process_DESC(OBJECT * object);
static void process_INFO(INFO * info);